home *** CD-ROM | disk | FTP | other *** search
/ J-Mac Electronics & Home Comics / J-Mac Electronics & Home Comics.iso / mac / J-MAC / G31F / G31_HIRA.Dxr / 00049_CrtReiya.ls < prev    next >
Encoding:
Text File  |  1998-01-22  |  137 b   |  12 lines

  1. on mouseDown
  2.   global rflg
  3.   if rflg = 0 then
  4.     crtreiya1()
  5.     exit
  6.   end if
  7.   if rflg = 1 then
  8.     crtreiya2()
  9.     exit
  10.   end if
  11. end
  12.